update stellar-wallets-kit to the latest (v2.5.0)#2124
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the app’s wallet integration dependency to @creit.tech/stellar-wallets-kit@2.4.0, reflecting upstream changes (including migration away from deprecated @stellar/stellar-base in favor of @stellar/stellar-sdk). It also includes a large regeneration/update of the auto-generated Soroban network limits constants.
Changes:
- Bump
@creit.tech/stellar-wallets-kitfrom^2.2.0to^2.4.0. - Update
pnpm-lock.yamlto reflect the new dependency graph (including new transitive dependencies). - Update the auto-generated
src/constants/networkLimits.tscontents (limits values and formatting).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/constants/networkLimits.ts | Updates auto-generated network limits/constants (large diff; impacts runtime limits used by the app). |
| package.json | Bumps @creit.tech/stellar-wallets-kit dependency to ^2.4.0. |
| pnpm-lock.yaml | Locks updated dependency graph for the stellar-wallets-kit@2.4.0 upgrade and related transitive updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview is available here: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Preview is available here: |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Something went wrong with PR preview build please check |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Something went wrong with PR preview build please check |
|
Preview is available here: |
Release note: v2.4.0 remove the library
@stellar/stellar-baseand install@stellar/stellar-sdk(the base version has been deprecated by Stellar)